home *** CD-ROM | disk | FTP | other *** search
/ The Epic Collection / Epic Collection, The (Epic Marketing)(1996).iso / asigames / asi237.dms / asi237.adf / Asteroids / asteriodsii.doc next >
Text File  |  1994-11-25  |  8KB  |  166 lines

  1.                             AsteriodsII 0.85
  2.  
  3.                      Copyright © 1992 Mike Seifert
  4.  
  5. ******************************************************************************
  6. *                                                                            *
  7. * Permission is hereby granted to distribute this program's archive          *
  8. * containing the executables and documentation for non-commercial purposes   *
  9. * so long as the archive and its contents are not modified in any way.       *
  10. *                                                                            *
  11. * This program may not be distributed for a profit.                          *
  12. *                                                                            *
  13. * Commercial use prohibited without written permission.                      *
  14. *                                                                            *
  15. * This program is not in the public domain.                                  *
  16. *                                                                            *
  17. ******************************************************************************
  18.  
  19. First, let me just say that this game was never tested on a 68000 machine or 
  20. machines with 1.3 ROMs.  Since the entire game was programmed using standard OS 
  21. routines and compiled using SAS/C 6.0, asteriodsII should run fine on a stock 
  22. 500, 1000, or 2000.  I'll make no such predictions about machines with 1.3 ROMs.
  23. Future AGA revisions are planned, but Ill need to get my A4000 first.  The game
  24. uses around 280K chip memory and 170K fast memory, so it may work on a 512k machine.
  25.  
  26. Here are the particulars for those interested:
  27.  
  28. - Programmed in C using SAS/C 6.0, optimized using ASM.
  29. - Tested on an A3000 with both 68040 and 68030 processors.
  30. - Entire game was programmed using OS functions, and should multitask flawlessly.
  31. - All images and sounds are loaded from disk as IFF files, and can be replaced if
  32.   you want to use your own.
  33. - The extended AsteroidsII game is shareware and has been partially disabled to 
  34.   keep the player from going past level 5.  If you would like the fully operational 
  35.   game, just send me $10 (or $5,a disk, and postage--or just $5 if you would like
  36.   it send to you through internet).
  37.   NOTE: The regular asteroids game has not been disabled.
  38. -----------------------------------------------------------------------------------
  39.  
  40.  
  41. AsteriodsII Extended Game Additions
  42. -----------------------------------
  43.  
  44. -Enemy warships will randomly hyperspace into the game.  The enemy warships are
  45.  equipped with both direct fire and seeking weapons.  Each player cruiser
  46.  is equipped with a shield that will provide some protection against these
  47.  weapons, but this shield will not protect a player againt an asteroid collision.
  48.  
  49. -Enemy fighters will also hyperspace into the game, so dont be alarmed when you see
  50.  these tiny beasties appear.  They do little damage and you only get 50 points for 
  51.  them, so its best just to ignore them (as much as possible).
  52.  
  53. -Bonus flotsam appears when a player hits an enemy warship or neutral saucer.  
  54.  There are three types of flotsam: life, shield, and technology.
  55.     1) Life grants the player an extra ship.
  56.     2) Shield grants the player 50 shield points.
  57.     3) Technology gradually increases the player's firepower.
  58.  
  59. -Player cruisers are able to be fitted with greater offensive weaponry.  By 
  60.  increasing his technology level, a player can gradually gain the following:
  61.     1) Double lasers
  62.     2) Double photons       (note that photons do not disappear upon impact)
  63.     3) Scattered photons
  64.  To see each of these, play the game.  
  65.  Player firepower decreases each time a player ship is destroyed.
  66.  
  67. -An enemy star destroyer appears after every fourth level.  By destroying these 
  68.  massive and powerful vessels, a player can permanently increase his default shield 
  69.  and weapon levels.  Although equipped with a daunting array of offensive and 
  70.  defensive weaponry,  the enemy star destroyers can be destroyed by a quick and 
  71.  well armed warship.
  72.  
  73. -Random proximity mine fields.  These can be beneficial if you can lead an enemy 
  74.  cruiser through one.  Just dont get too close.
  75. ------------------------------------------------------------------------------------
  76.  
  77.  
  78. KNOWN PROBLEMS
  79. --------------
  80. - Fonts MUST be in FONTS: directory, so copy them over or reassign FONTS:
  81. - Key presses are echoed to the any active console windows.  To get around this,
  82.   just make sure all windows are deactivated.
  83. - Although the game reconizes different processors, timing functions may still be
  84.   a bit off.  This results in the game sometimes noticably speeding up or slowing
  85.   down as different ships appear and are destroyed.  I'll correct this as I 
  86.   continue to test it.  I dont know how the game reacts on a 68000 machine, but I
  87.   did allow the player to alter the base delay.  This should make the game playable....
  88.   Time based events would be the best solution, but Im not really eager to add this....
  89. - Joystick routine has been a little flaky, but appears to be working okay.
  90. - Program does not clean up after an error.  If you get an error message, its best
  91.   just to quit the program. (I know this sucks, but I just dont feel like fixing it....)
  92. - I was having trouble with Mungwall, but I think I solved the problem....
  93. - On a related note, late in testing the game did rarely lock up the system.  I was 
  94.   never able to locate the problem, but it hasnt occured for the last 3 weeks, so...
  95. - IMPORTANT!!!  If running the program from the CLI, change the current directory to
  96.                 the asteriodsii directory.  The program creates high score files if
  97.                 it does not detect them.
  98. ----------------------------------------------------------------------------------------
  99.  
  100.  
  101. VERSION CHANGES
  102. ---------------
  103.  
  104. (0.80)  FIRST RELEASE VERSION
  105.  
  106. (0.81)
  107. - Pause function now multitasks.
  108. - Internal list routines slightly optimized.
  109.  
  110. (0.85)
  111. - Machines without FASTMEM can now run the program.  (I set a stupid compiler flag)
  112. - Option save function added.
  113. - Definable key codes added (with save option).
  114. - Player ship release routine has been improved to eliminate frustrating instant
  115.   deaths.  (Youll still have to deal with the saucer fire, though.)
  116. - Three difficulty levels have been added to make the game easier for the beginner.
  117.   These levels only control the asteroid speeds, and no one should keep the level
  118.   below one.  In future revisions, the high score list will display the play level.
  119.  
  120. FUTURE ADDITIONS
  121. ----------------
  122.  
  123. -PAL SCREEN  When I eventually get enough loose cash together to buy my 
  124.              RKRM:Libraries manual, I plan to make the default screen PAL for
  125.              the extra vertical resolution.
  126.  
  127. -THIRD PLAYER  You can never have enough simultaneous action.  This guy will probably
  128.                use the mouse and numeric keypad for control.
  129.  
  130. -COLOR       I may add a color option, but I dont know if Ill bother.  The graphics
  131.              are what one might call 'functional', and thats all theyll ever be with
  132.              my artistic abilities.
  133.  
  134. -AGA SUPPORT  If I should opt for an A4000 (instead of joining the PC world), I may
  135.               recode some of the graphics routines to take advantage of the AGA's
  136.               hires sprites and faster blitter.  This would allow for future game
  137.               additions.
  138.  
  139. -MODEM SUPPORT  This would be the first step in turning this game into an X-pilot
  140.                 clone.  I definitely wouldnt attempt it alone....
  141. -------------------------------------------------------------------------------------
  142.  
  143.  
  144. CREDITS
  145. -------
  146.  
  147. Designed and Coded by mike seifert using SAS/C.  (Thanks to Doug Walker and Michael
  148.                                                   Van Elst for answering my 
  149.                                                   stupid questions.)
  150. Graphics by mike seifert using DeluxePaint 2.0.  (Truly incredible graphics...)
  151.  
  152. Game sound was from various public domain (hopefully) sources.  I havent the
  153. money for a digitizer.   (I just had to upgrade that compiler to 6.0, and I would do
  154. it again.) If anyone hates the sound, I would appreciate any weapon or 
  155. explosion donations...
  156. --------------------------------------------------------------------------------------
  157.  
  158.  
  159. I dont feel like writing any more....  If you have any questions, just send
  160. me internet mail:  seifert@gn.ecn.purdue.edu
  161.  
  162. Mike Seifert
  163. 400 N. River Rd.  apt.816
  164. West Lafayette, IN 47906
  165. (317)743-5999
  166.